@-webkit-keyframes rotate {
    from {
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        -ms-transform: none
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
        -ms-transform: rotate(360deg)
    }
}

@-o-keyframes rotate {
    from {
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        -ms-transform: none
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
        -ms-transform: rotate(360deg)
    }
}

@-moz-keyframes rotate {
    from {
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        -ms-transform: none
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
        -ms-transform: rotate(360deg)
    }
}

@keyframes rotate {
    from {
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        -ms-transform: none
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
        -ms-transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate2 {
    from {
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        -ms-transform: none
    }

    to {
        -webkit-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
        -ms-transform: rotate(-360deg)
    }
}

@-o-keyframes rotate2 {
    from {
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        -ms-transform: none
    }

    to {
        -webkit-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
        -ms-transform: rotate(-360deg)
    }
}

@-moz-keyframes rotate2 {
    from {
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        -ms-transform: none
    }

    to {
        -webkit-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
        -ms-transform: rotate(-360deg)
    }
}

@keyframes rotate2 {
    from {
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        -ms-transform: none
    }

    to {
        -webkit-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
        -ms-transform: rotate(-360deg)
    }
}

.rotate {
    -webkit-animation: rotate 6s linear 1 both;
    -o-animation: rotate 6s linear 1 both;
    animation: rotate 6s linear 1 both
}

.rotate2 {
    -webkit-animation: rotate2 5s linear 1 both;
    -o-animation: rotate2 5s linear 1 both;
    animation: rotate2 5s linear 1 both
}

.width {
    -webkit-animation: width 1s linear 1 both;
    -o-animation: width 1s linear 1 both;
    animation: width 1s linear 1 both
}

.mod-layout {
    margin: 0 auto;
    width: 1080px
}

.mod-layout:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: "";
    font-size: 0;
    -webkit-animation: name duration timing-function delay iteration-count direction fill-mode;
    -o-animation: name duration timing-function delay iteration-count direction fill-mode;
    animation: name duration timing-function delay iteration-count direction fill-mode
}

.mod-layout {
    zoom:1}

.mod-layout2 {
    margin: 0 auto;
    width: 960px
}

.mod-layout2:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: "";
    font-size: 0
}

.mod-layout2 {
    zoom:1}

.mod-dialog-brand {
    position: absolute;
    top: -400px;
    left: 50%;
    z-index: 999;
    margin-left: -350px;
    width: 700px;
    border-radius: 3px
}

.mod-dialog-brand .pic-txt {
    overflow: hidden;
    border-radius: 5px;
    background: #fff
}

.mod-dialog-brand .pic {
    float: left;
    margin-right: 65px
}

.mod-dialog-brand .txt {
    position: relative;
    overflow: hidden;
    padding-top: 70px;
    zoom:1}

.mod-dialog-brand h3 {
    margin-top: 12px;
    font-size: 18px
}

.mod-dialog-brand .summary {
    overflow: hidden;
    margin-top: 22px;
    margin-right: 85px;
    padding-right: 10px;
    height: 120px;
    font-size: 14px;
    line-height: 24px
}

.mod-dialog-brand .detail {
    margin: 33px 0 0 50px
}

.mod-dialog-brand .detail a {
    display: inline-block;
    width: 152px;
    height: 45px;
    border: 2px solid #FF9104;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    line-height: 45px
}

.mod-dialog-brand .detail a:hover {
    background-color: #FF9104;
    color: #fff
}

.mod-dialog-brand .close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 37px;
    height: 37px;
    background: url(../images/icon-close.png) no-repeat;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    -ms-transition: all .6s
}

.mod-dialog-brand .close:hover {
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-transform: rotate(90deg)
}

#space {
    height: 167px
}

.page-nav a {
    position: fixed;
    top: 50%;
    z-index: 999;
    margin-top: -46px;
    width: 51px;
    height: 92px;
    background: url(../images/icon-arrow.png) no-repeat
}

.page-nav .prev {
    left: 10px
}

.page-nav .next {
    right: 10px;
    background-position: -51px 0
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: #fff
}

.header-bottom {
    overflow: hidden;
    width: 100%;
    height: 0;
    text-align: center
}

.header-bottom .inner {
    padding: 4px 0;
    border-bottom: 1px solid #eee;
    background: rgba(255,255,255,.8)
}

.search-language {
    padding-top: 8px;
    line-height: 20px
}

.language {
    float: right;
    margin-left: 15px;
    color: #C2C2C2
}

.language a {
    color: #c2c2c2
}

.language .current,.language .current:hover,.language a:hover {
    color: #FF9104
}

.language span {
    margin: 0 1px
}

.search {
    float: right;
    padding: 0 5px;
    border: 1px solid #D5D5D5;
    border-radius: 3px
}

.search .input-text {
    float: left;
    margin-right: 5px;
    width: 145px;
    height: 18px;
    border: 0
}

.search .input-button {
    float: left;
    margin-top: 3px;
    width: 13px;
    height: 12px;
    border: none;
    background: url(../images/search.png) no-repeat;
    cursor: pointer
}

.buy {
    float: right;
    margin-right: 6px
}

.buy a {
    display: inline-block;
    padding: 0 15px;
    border-radius: 15px;
    background: #FF9104;
    color: #fff
}

.buy a:hover {
    color: #fff
}

.logo-menu {
    margin-top: 7px;
    height: 85px
}

.logo {
    float: left;
    display: inline;
    margin: 8px 50px 0 20px
}

.menu {
    float: left
}

.menu .item {
    position: relative;
    z-index: 98;
    float: left;
    margin-left: -1px;
    height: 85px;
    border-radius: 0 0 3px 3px;
    text-align: center;
    cursor: pointer
}

.menu .item a {
    display: block;
    overflow: hidden;
    padding: 0 10px;
    height: 100%;
    background: url(../images/menu-bg.png) no-repeat
}

.menu .show-subnav {
    z-index: 99
}

.menu .show-subnav a {
    color: #ff9104
}

.menu .current {
    color: #ff9104
}

.menu .current a,.menu .current a:hover {
    color: #ff9104
}

.menu .cn {
    display: block;
    margin-top: 18px;
    font-size: 14px
}

.menu .en {
    display: block;
    font-family: arial
}

.menu li i {
    position: absolute;
    bottom: 6px;
    left: 50%;
    margin-left: -5px;
    width: 11px;
    height: 8px;
    background: url(../images/menu-bg2.png) no-repeat
}

.menu .current .cn {
    margin-top: 40px
}

.menu .current .en {
    margin-top: -40px
}

.menu .item .subnav {
    position: absolute;
    top: 78px;
    left: 10px;
    overflow: hidden;
    margin: 0 2px;
    height: 0;
    max-height: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -ms-transition: all 1s
}

.menu .show-subnav .subnav {
    height: auto;
    max-height: 300px
}

.menu .subnav ul {
    position: relative;
    overflow: hidden;
    padding-bottom: 5px;
    border-radius: 0 0 3px 3px;
    background: #ff9104;
    text-align: left
}

.menu .show-subnav i {
    margin-left: -10px;
    width: 24px;
    height: 20px;
    background: url(../images/arrow-up3.png) no-repeat
}

.menu .subnav ul a {
    padding: 6px 12px 6px 16px;
    background: transparent none;
    color: #fff;
    white-space: nowrap
}

.menu .subnav ul a:hover {
    color: #fff
}

.menu .subnav a:hover {
    background: url(../images/arrow-right3.png) no-repeat 8px center
}

.notice-system-wrap {
    position: relative;
    z-index: 90;
    height: 45px;
    min-width: 1080px;
    background: url(../images/notice-system-bg.png) repeat-x;
    line-height: 45px
}

.notice-system {
    margin: 0 auto;
    padding: 0 10px;
    width: 1060px
}

.notice {
    float: left
}

.notice .hd {
    float: left;
    margin-right: 24px;
    font-size: 16px
}

.notice .bd {
    float: left
}

.notice .bd span {
    display: inline-block;
    vertical-align: top
}

.notice img {
    margin-top: 15px;
    margin-left: 10px;
    vertical-align: top
}

.system {
    float: right;
    display: inline;
    margin-right: 88px;
    color: #ceb971
}

.system i {
    display: inline-block;
    margin-top: 8px;
    margin-right: 6px;
    width: 28px;
    height: 28px;
    background: url(../images/system2.png) no-repeat;
    vertical-align: top
}

.system span {
    display: inline-block;
    vertical-align: top
}

.notice-system-slide {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    min-width: 1080px;
    background: #fff url(../images/notice-system-bg.png) repeat-x;
    line-height: 1.5
}

.notice-system-slide .mod-layout {
    position: relative;
    padding: 10px 0
}

.notice-system-slide .l {
    float: left;
    padding: 1px 0 0 10px;
    width: 97px;
    font-size: 16px
}

.notice-system-slide .title-en {
    display: block;
    margin-top: -5px;
    color: #cac7c6
}

.notice-system-slide .c {
    float: left;
    width: 677px
}

.notice-system-slide .c-pic {
    float: left;
    margin: 0 45px 0 0
}

.notice-system-slide .c-txt {
    float: left;
    width: 410px
}

.notice-system-slide .c-txt li {
    overflow: hidden;
    height: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 26px
}

.notice-system-slide .c-txt li a {
    display: block;
    padding-left: 10px
}

.notice-system-slide .c-txt li a:hover {
    background: url(../images/arrow-right5.png) no-repeat 0 7px
}

.notice-system-slide .r {
    float: left;
    padding-left: 44px;
    height: 100px;
    border-left: 1px solid #EFEEED
}

.notice-system-slide .r-pic {
    float: left;
    margin: 19px 22px 0 0
}

.notice-system-slide .r-txt {
    float: left;
    margin-top: 24px
}

.notice-system-slide .r-txt-title {
    color: #ceb971;
    font-size: 18px
}

.notice-system-slide .r-txt-link {
    display: block;
    margin-top: 2px;
    margin-left: 2px;
    width: 78px;
    height: 22px;
    border: 1px solid #ceb971;
    border-radius: 3px;
    color: #ceb971;
    text-align: center;
    line-height: 22px
}

.notice-system-slide .r-txt-link:hover {
    background: #ceb971;
    color: #fff
}

.notice-system-slide .s {
    position: absolute;
    bottom: 4px;
    left: 50%;
    overflow: hidden;
    margin-left: -5px;
    width: 11px;
    height: 6px;
    background: url(../images/arrow-up.png) no-repeat;
}

.container {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-width: 1080px
}

.page {
    overflow: hidden
}

.page-inner {
    position: relative;
    margin: 0 auto;
    width: 1080px;
    height: 100%
}

.page .hd {
    color: #ceb971;
    font-size: 42px;
    text-align:center;
}

.page .hd span {
    font-size: 22px
}

.page .hd-en {
    color: #D0D0D0;
    font-size: 22px;
    line-height: 22px
}

.page .page-bg {
    position: relative;
    left: 50%;
    margin-left: -960px;
    width: 1920px
}

.page-split {
    height: 5px;
    background: #ff9104
}

.page-home {
    position: static
}

.page-home .hd {
    position: absolute;
    top: 170px;
    left: 700px;
    z-index: 9;
    letter-spacing: 2px
}

.page-home .hd-en {
    position: absolute;
    top: 232px;
    left: 700px;
    z-index: 9
}

.page-home .summary {
    position: absolute;
    top: 285px;
    left: 706px;
    z-index: 9;
    color: #999;
    font-size: 22px
}

.page-home .more {
    position: absolute;
    top: 350px;
    left: 845px;
    z-index: 9
}

.page-home .more a {
    color: #ff9104;
    font-size: 20px
}

.page-home .more i {
    position: absolute;
    top: 28px;
    left: 50%;
    margin-left: -6px;
    width: 12px;
    height: 6px;
    background: url(../images/arrow-more.png) no-repeat
}

.page-home .more .i-middle {
    top: 36px;
    background-position: 0 -7px
}

.page-home .more .i-bottom {
    top: 43px;
    background-position: 0 -14px
}

.page-home .quan {
    position: absolute;
    top: 35px;
    left: 138px;
    z-index: 10;
    width: 412px;
    height: 412px
}

.page-home .quan1 {
    background-image: url(../images/quan1.png)
}

.page-home .quan2 {
    background-image: url(../images/quan2.png)
}

.page-home-wrap {
    position: relative;
    height: 635px
}

.page-home .slides li {
    position: relative;
    display: none;
    margin: 0 auto;
    width: 1080px;
    height: 635px
}

.page-home .flex-control-nav {
    position: absolute;
    bottom: 54px;
    left: 50%;
    z-index: 99;
    overflow: hidden;
    margin-left: -50%;
    width: 100%;
    height: 12px;
    text-align: center
}

.page-home .flex-control-nav li {
    display: inline-block;
    vertical-align: top;
    zoom:1}

.page-home .flex-control-nav a {
    display: block;
    overflow: hidden;
    margin: 0 8px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #e6dcb7;
    text-indent: -999em;
    cursor: pointer
}

.page-home .flex-control-nav .flex-active {
    background-color: #FF9104
}

.page-home .flex-direction-nav a {
    position: absolute;
    top: 50%;
    overflow: hidden;
    margin-top: -37px;
    width: 51px;
    height: 92px;
    background: no-repeat;
    background-image: url(../images/icon-arrow.png);
    text-indent: -999px
}

.page-home .flex-direction-nav .flex-prev {
    left: 10px;
    background-position: 0 0
}

.page-home .flex-direction-nav .flex-next {
    right: 10px;
    background-position: -51px 0
}

.about-txt {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
    margin-top: -210px;
    padding: 40px 46px;
    width: 308px;
    height: 340px;
    border-radius: 2px;
    background: #fff;
    background: rgba(255,255,255,.9)
}

.about-txt h2 {
    color: #ceb971;
    font-size: 42px
}

.about-txt .en {
    color: #999;
    font-size: 22px;
    line-height: 22px
}

.about-txt p {
    margin-top: 36px;
    color: #6d6d6d;
    font-size: 14px;
    line-height: 28px
}

.about-txt p strong {
    color: #d4c287;
    font-weight: 400
}

.about-txt p .strong-c {
    font-size: 18px
}

.about-nav {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 10;
    overflow: hidden;
    margin-top: -210px;
    border-radius: 2px
}

.about-nav li {
    margin-top: -1px;
    width: 134px;
    height: 140px;
    border-top: 1px solid #EFEFEF;
    background: #ffffff;
}

.about-nav a {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    color: #ceb971;
    text-align: center;
    font-size: 20px
}

.about-nav a:hover {
    background: #77B3D4;
    color: #fff
}

.about-navAnther a:hover {
    background: none !important;
    color: #fff
}

.about-nav i {
    position: relative;
    display: block;
    margin: 30px auto 15px;
    width: 52px;
    height: 52px;
    background-image: url(../images/about-nav.png);
    background-repeat: no-repeat
}

.about-nav .icon-jj {
    background-position: 0 0
}

.about-nav .icon-sj {
    background-position: 0 -53px
}

.about-nav .icon-sj span {
    position: absolute;
}

/* .about-nav .icon-sj .h {
    top: 21px;
    left: 21px;
    z-index: 2;
    width: 18px;
    height: 12px;
    background: url(../images/hour.png) no-repeat;
    -webkit-transform-origin: 4px 7px;
    -moz-transform-origin: 4px 7px;
    -o-transform-origin: 4px 7px;
    transform-origin: 4px 7px;
    -webkit-animation: rotate 20s linear infinite;
    -o-animation: rotate 20s linear infinite;
    animation: rotate 20s linear infinite;
    -ms-transform-origin: 4px 7px;
    animation-play-state: paused;
    -webkit-animation-play-state: paused
} */

.about-nav .icon-sj .m {
    top: 5px;
    left: 21px;
    z-index: 3;
    width: 8px;
    height: 26px;
    -webkit-transform-origin: 4px 22px;
    -moz-transform-origin: 4px 22px;
    -o-transform-origin: 4px 22px;
    transform-origin: 4px 22px;
    -webkit-animation: rotate 3s linear infinite both;
    -o-animation: rotate 3s linear infinite both;
    animation: rotate 3s linear infinite both;
    -ms-transform-origin: 4px 22px
}

.about-nav .icon-wh {
    background-position: 0 -107px
}

.about-nav .icon-wh .c {
    position: absolute;
    top: 16px;
    left: 15px;
    visibility: hidden;
    overflow: hidden;
    width: 22px;
    height: 20px;
    background: #77B3D4;
}
.about-nav .icon-sj .c {
    position: absolute;
    top: 13px;
    left: 15px;
    visibility: hidden;
    overflow: hidden;
    width: 25px;
    height: 28px;
    background: #77B3D4;
}

.about-nav a:hover .icon-jj {
    background-position: -54px 0;
    -webkit-animation: rotate 2s linear infinite both;
    -o-animation: rotate 2s linear infinite both;
    animation: rotate 2s linear infinite both;
}

.about-nav a:hover .icon-sj {
    background-position: -54px -53px;
}

.about-nav a:hover .icon-sj span {
    display: block;
}

.about-nav a:hover .icon-wh {
    background-position: -54px -107px;
}

.about-nav a:hover .icon-wh .c {
    visibility: visible;
    height: 0;
    -webkit-transition: height 1s;
    -o-transition: height 1s;
    transition: height 1s;
    -ms-transition: height 1s;
}
.about-nav a:hover .icon-sj .c {
    visibility: visible;
    height: 0;
    -webkit-transition: height 1s;
    -o-transition: height 1s;
    transition: height 1s;
    -ms-transition: height 1s;
}

.page-brands .content-main {
    position: absolute;
    left: 0;
    z-index: 10;
    margin-top: 20px;
    width: 101%
}

.page-brands .bg-layer {
        position: absolute;
    top: 181px;
    left: -97px;
    z-index: 8;
    width: 1284px;
    height: 170px;
    background: #ff9104;
    opacity: .8;
    filter: alpha(opacity=80);
}

.page-brands .list {
    position: relative;
    z-index: 10;
    margin-top: 20px;
    height: 389px
}

.page-brands .list li {
    float: left;
    display: inline;
    margin: 0 3px
}

.page-brands .list .inner {
    padding-bottom: 12px;
    background: url(../images/shadow.png) no-repeat 0 bottom;
}

.page-brands .list li:hover .inner {
    -webkit-transition: .9s ease-out;
    -moz-transition: .9s ease-out;
    -o-transition: .9s ease-out;
    transition: .9s ease-out;
    -webkit-transform: rotateY(-360deg);
    -moz-transform: rotateY(-360deg);
    -o-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
    -ms-transition: .9s ease-out;
    -ms-transform: rotateY(-360deg);
}

.page-shares .about-txt:hover img,.page-shares .about-nav:hover img{
    -webkit-transition: .9s ease-out;
    -moz-transition: .9s ease-out;
    -o-transition: .9s ease-out;
    transition: .9s ease-out;
    -webkit-transform: rotateY(-360deg);
    -moz-transform: rotateY(-360deg);
    -o-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
    -ms-transition: .9s ease-out;
    -ms-transform: rotateY(-360deg);
}

.page-news .content-main {
    position: absolute;
    top: 50px;
    left: 50%;
    z-index: 10;
    margin: 0 0 0 -499px;
    width: 998px
}

.page-news .hd,.page-news .hd-en {
    margin: 0 auto;
    width: 998px
}

.page-news .list {
    position: relative;
    margin: 20px auto 0;
    width: 998px
}

.page-news .list-nav {
    position: absolute;
    top: -50px;
    right: 0
}

.page-news .list-nav a {
    display: inline-block;
    overflow: hidden;
    margin-left: 5px;
    padding: 4px 43px;
    border-radius: 3px;
    background: #ff9104;
    color: #fff;
    vertical-align: top;
    font-size: 18px
}

.page-news .list-nav a:hover {
    background-color: #fff;
    color: #ff9104
}

.page-news .list-nav i {
    display: block;
    margin: 11px 0 0 15px;
    width: 10px;
    height: 18px;
    background-repeat: no-repeat
}

.page-news .list-nav .prev {
    background-image: url(../images/arrow-left2.png)
}

.page-news .list-nav .next {
    background-image: url(../images/arrow-right2.png)
}

.page-news .list-nav .current .prev,.page-news .list-nav a:hover .prev {
    background-image: url(../images/arrow-left.png)
}

.page-news .list-nav .current .next,.page-news .list-nav a:hover .next {
    background-image: url(../images/arrow-right.png)
}

.page-news .list img {
    -webkit-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
    -ms-transition: all ease-out .5s
}

.page-news .list-content {
    position: relative;
    overflow: hidden;
    height: 440px
}

.page-news .list-content .ul-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.page-news .list-content .loading-box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
    width: 100%;
    height: 100%;
    background: url(../images/loading.gif) no-repeat 50% 50%
}

.page-news .item {
    position: relative;
    float: left;
    margin-right: 19px;
    width: 240px;
    height: 410px
}

.page-news .item .txt {
    position: relative
}

.page-news .item .post-time {
    color: #bbb
}

.page-news .item h4 {
    overflow: hidden;
    margin: 25px 18px 0;
    height: 48px;
    font-size: 16px
}

.page-news .item .summary {
    overflow: hidden;
    margin: 9px 18px 0;
    height: 36px;
    height: 72px
}

.page-news .item .post-time {
    position: absolute;
    right: 8px;
    bottom: 13px
}

.page-news .item .item-content {
    position: relative;
    z-index: 99;
    overflow: hidden;
    border-radius: 3px
}

.page-news .item h4 a,.page-news .item h4 a:hover {
    color: #ff9104
}

.page-news .item-first {
    width: 240px
}

.page-news .item-first .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 140px;
    background: url(../images/opacity-bg2.png);
    color: #fff
}

.page-news .item-first h4 a,.page-news .item-first h4 a:hover {
    color: #fff
}

.page-news .item-first .post-time {
    color: #fff
}

.page-news .item-first .shadow {
    position: absolute;
    top: 0;
    left: -3px;
    width: 257px;
    height: 426px;
    background: url(../images/shadow-1.png) no-repeat
}

.page-news .item-second {
    width: 480px;
    background: 0 0
}

.page-news .item-second li {
    position: relative;
    height: 200px;
    vertical-align: top
}

.page-news .item-second .item-content {
    height: 200px
}

.page-news .item-second .shadow {
    position: absolute;
    top: 0;
    left: -8px;
    overflow: hidden;
    width: 491px;
    height: 215px;
    border-radius: 3px;
    background: url(../images/shadow-2.png) no-repeat
}

.page-news .item-second .pic {
    float: left;
    overflow: hidden;
    width: 240px;
    height: 200px
}

.page-news .item-second .txt {
    position: relative;
    overflow: hidden;
    height: 100%;
    zoom:1}

.page-news .item-second .li-s2 {
    margin-top: 10px
}

.page-news .item-second .li-s2 .pic {
    float: right
}

.page-news .item-third {
    margin-right: 0
}

.page-news .item-third .item-content {
    height: 100%
}

.page-news .item-third .pic {
    overflow: hidden;
    height: 200px
}

.page-news .item-third .txt {
    position: static
}

.page-news .item-third .shadow {
    position: absolute;
    top: 0;
    left: -13px;
    width: 257px;
    height: 426px;
    background: url(../images/shadow-3.png) no-repeat
}

.page-news a:hover img {
    -webkit-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
    -ms-transform: scale(1.08)
}

.page-caring-txt {
    position: absolute;
    top: 70px;
    right: 54px;
    z-index: 9;
    padding: 40px 30px;
    width: 313px;
    height: 286px;
    border-radius: 2px;
    background: #fff;
    text-align: center;
    background: rgba(255,255,255,.9);
    border: 1px solid #f2f3f3;
    box-shadow: 10px 10px 5px #444;
    -moz-box-shadow: 10px 10px 5px #444;
    -webkit-box-shadow: 1px 0px 13px #D8D8D8;
    border-radius: 10px;
}

.page-caring-txt .summary {
    margin-top: 20px;
    color: #6d6d6d;
    font-size: 14px;
    line-height: 28px
}

.page-caring-txt .jijin {
    margin-top: 5px;
    color: #ff9104;
    text-align: center



















}

.page-caring-txt .jijin a {
    color: #ff9104;
    border-radius: 3px;
    padding: 15px 4px 16px;
    display: inline-block;
}

.page-caring-txt .jijin a:hover {
    
}
.page-caring-txt .jijin .pic{display: block;width: 62px;height: 50px;margin: 0 auto; background: url(../images/caring-pic1.png) no-repeat}
.page-caring-txt .jijin a:hover .pic{}
.page-creation {
    height: 635px;
    background: url(../images/page-creation-bg.jpg) center top no-repeat fixed
}

@media (max-width: 1024px) {
    .page-creation {
        background:url(../images/page-creation-bg.jpg) center top no-repeat
    }
}

.page-creation .creation-txt {
    position: absolute;
    top: 50%;
    left: 10px;
    z-index: 10;
    margin: -230px 0 0 0;
    width: 400px
}

.creation-txt .txt-top {
    padding: 40px 46px;
    width: 308px;
    border-radius: 2px;
    background: #fff;
    background: #fff;
    background: rgba(255,255,255,.9)
}

.creation-txt .txt-top .summary {
    margin-top: 20px;
    color: #6d6d6d;
    font-size: 14px;
    line-height: 28px
}

.creation-txt .txt-top ul {
    margin-top: 26px
}

.creation-txt .txt-top li {
    float: left;
    display: inline;
    text-align: center
}
.creation-txt .txt-top a{display: block;padding:8px 9px 4px;color: #FF9104;}


 
.creation-txt .txt-top li .title {
    display: block;
    margin-top: 12px;
 
    font-size: 14px
}
.creation-txt .txt-top .pic{display: inline-block;width: 52px;height: 52px;background: url(../images/shared-value.png) no-repeat;}
.creation-txt .txt-top .pic2{display: inline-block;width: 52px;height: 52px;background-position: -53px 0}
.creation-txt .txt-top .pic3{display: inline-block;width: 52px;height: 52px;background-position: -105px 0}

.creation-txt .txt-top a:hover {background: #FF9C1D;border-radius: 3px; color: #fff;}
.creation-txt .txt-top a:hover .pic1{background-position:0 -53px }
.creation-txt .txt-top a:hover .pic2{background-position:-53px -53px }
.creation-txt .txt-top a:hover .pic3{background-position: -105px -53px }



.creation-txt .txt-bottom {
    margin-top: 9px
}

.creation-txt .txt-bottom a {
    position: relative;
    display: block;
    height: 72px;
    background: #ff9104;
    background: rgba(255,145,4,.9);
    color: #fff;
    text-indent: 160px;
    font-size: 18px;
    line-height: 72px
}

.creation-txt .txt-bottom a:hover {
    border-radius: 2px;
    color: #fff
}

.creation-txt .txt-bottom img {
    position: absolute;
    top: 23px;
    left: 87px
}

.page-creation .page-bg {
    opacity: 0;
    -webkit-transition: all .6s .4s;
    -moz-transition: all .6s .4s;
    -o-transition: all .6s .4s;
    transition: all .6s .4s;
    -webkit-transform: perspective(600px) rotateX(-15deg);
    -moz-transform: perspective(600px) rotateX(-15deg);
    -o-transform: perspective(600px) rotateX(-15deg);
    transform: perspective(600px) rotateX(-15deg);
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -ms-transform: perspective(600px) rotateX(-15deg);
    -ms-transform-origin: top center
}

.page-active .page-bg {
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0);
    -moz-transform: perspective(600px) rotateX(0);
    -o-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0);
    -ms-transform: perspective(600px) rotateX(0)
}

.page-research .hd {
    position: absolute;
    top: 45px;
    left: 6px;
    z-index: 10;
        text-align: left;
}

.page-research .hd-en {
    position: absolute;
    top: 290px;
    left: 6px;
    z-index: 10
}

.page-research .qs {
    position: absolute;
    top: 345px;
    left: 6px;
    z-index: 10;
    width: 172px
}

.page-research .qs a {
    color: #fff
}

.page-research .qs a:hover {
    color: #FF9104
}

.page-research .qs span {
    display: block;
    margin: 0 auto 7px;
    width: 52px;
    height: 52px;
    background-repeat: no-repeat
}

.page-research .qs .ky {
    background-image: url(../images/research-1.png)
}

.page-research .qs .pk {
    background-image: url(../images/research-2.png)
}

.page-research .qs a:hover .ky {
    background-image: url(../images/research-1-hover.png)
}

.page-research .qs a:hover .pk {
    background-image: url(../images/research-2-hover.png)
}

.page-research .team {
    position: absolute;
    top: 160px;
    left: 0;
    z-index: 10
}

.page-research .team-hd {
    font-size: 16px
}

.page-research .team-bd {
    overflow: hidden;
    margin-top: 3px;
    font-size: 12px;
    color:#6d6d6d;
    width: 341px;
    line-height: 24px;
    zoom:1}

.page-research .team-bd li {
    float: left;
    margin-left: -1px;
    padding: 7px 34px 2px;
    border-left: 1px solid #D6D6D7;
    text-align: center;
    font-size: 14px
}

.page-research .team-bd .annulus {
    margin-bottom: 8px;
    width: 121px;
    height: 121px;
    background-repeat: no-repeat;
    color: #ceb971;
    font-size: 60px;
    line-height: 121px
}

.page-research .team-bd .annulus-70 {
    background-image: url(../images/round-70.png)
}

.page-research .team-bd .annulus-30 {
    background-image: url(../images/round-30.png)
}

.page-research .line-bg {
    position: absolute;
    top: 212px;
    left: 50%;
    z-index: 1;
    overflow: hidden;
    margin-left: -960px;
    width: 1920px
}

.page-research .line-bg img {
    width: 1920px;
    height: 170px
}

.page-research .doctor {
    position: absolute;
    top: 90px;
    left:333px;
    z-index: 20
}

.page-careers-txt {
    position: absolute;
    top: 50px;
    right: 130px;
    z-index: 10;
    overflow: hidden;
    width: 380px;
    height: 350px;
    border-radius: 3px;
    border-radius: 2px;
    background: #fff;
    background: rgba(255,255,255,.9)
}

.page-careers-txt .txt-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.page-careers-txt .top {
    height: 350px
}

.page-careers-txt .hd {
    margin: 15px 0 0 80px
}

.page-careers-txt .hd-en {
    margin-left: 80px
}

.page-careers-txt .title {
    margin: 15px 0 0 80px;
    font-size: 20px
}

.page-careers-txt .summary {
    margin-top: 4px;
    margin-left: 80px;
    color: #6d6d6d;
    font-size: 14px;
    line-height: 28px
}

.page-careers-txt .join {
    margin-top: 20px;
    color: #ff9104;
    text-align: center
}

.page-careers-txt .btn-join {
    display: block;
    margin-left: 86px;
    width: 192px;
    height: 44px;
    border: 2px solid #FF9104;
    border-radius: 3px;
    color: #ff9104;
    text-align: center;
    font-size: 20px;
    line-height: 44px
}

.page-careers-txt .btn-join:hover {
    background-color: #ff9104;
    color: #fff
}

.page-careers-txt .ewm-lg {
    position: absolute;
    top: 0;
    right: 0;
    width: 67px;
    height: 97px;
    cursor: pointer
}

.page-careers-txt .ewm {
    position: relative;
    z-index: 10;
    width: 67px;
    height: 67px;
    background: url(../images/ewm.png) no-repeat
}

.page-careers-txt .lashen {
    position: absolute;
    top: 22px;
    right: 24px;
    width: 21px;
    height: 75px;
    background: url(../images/lashen.png) no-repeat;
    -webkit-animation: updown 5s cubic-bezier(.17,.67,.25,.92) infinite both;
    -o-animation: updown 5s cubic-bezier(.17,.67,.25,.92) infinite both;
    animation: updown 5s cubic-bezier(.17,.67,.25,.92) infinite both
}

@-webkit-keyframes updown {
    0% {
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -ms-transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
        -ms-transform: translateY(10px)
    }

    100% {
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -ms-transform: translateY(0)
    }
}

@-o-keyframes updown {
    0% {
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -ms-transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
        -ms-transform: translateY(10px)
    }

    100% {
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -ms-transform: translateY(0)
    }
}

@-moz-keyframes updown {
    0% {
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -ms-transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
        -ms-transform: translateY(10px)
    }

    100% {
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -ms-transform: translateY(0)
    }
}

@keyframes updown {
    0% {
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -ms-transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
        -ms-transform: translateY(10px)
    }

    100% {
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -ms-transform: translateY(0)
    }
}

.page-careers-txt .ewm-lg-s2 {
    top: -66px
}

.page-careers-txt .ewm-m {
    height: 350px;
    text-align: center
}

.page-careers-txt .tip {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px
}

.page-investors .content-main {
    position: absolute;
    top: 50px;
    left: 50%;
    z-index: 10;
    margin: 0 0 0 -468px;
    width: 935px
}

.page-investors .bd {
    margin: 23px auto 0
}

.page-investors .aside {
    float: left;
    width: 240px;
    height: 400px;
    background-color: #fff
}

.page-investors .aside .date {
    margin: 12px 18px 0 18px;
    padding-bottom: 5px;
    border-bottom: 1px solid #E5E5E5;
    font-size: 16px
}

.page-investors .aside dl {
    margin: 10px 42px 0 18px
}

.page-investors .aside dt {
    font-size: 16px
}

.page-investors .aside .rmb {
    color: #ceb971;
    line-height: 20px
}

.page-investors .aside .rmb i {
    display: inline-block;
    overflow: hidden;
    margin-right: 2px;
    width: 20px;
    height: 20px;
    background: url(../images/rmb.png) no-repeat;
    vertical-align: top
}

.page-investors .aside .tj {
    position: relative;
    margin-left: 42px;
    width: 121px;
    color: #ceb971
}

.page-investors .aside .tj span {
    position: absolute;
    right: -14px;
    bottom: 16px
}

.page-investors .aside .annulus {
    width: 121px;
    height: 121px;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 60px;
    line-height: 121px
}

.page-investors .aside .annulus47 {
    background-image: url(../images/huanxin47.png)
}

.page-investors .aside .annulus8 {
    background-image: url(../images/huanxin8.png)
}

.page-investors .main {
    float: right;
    width: 680px
}

.page-investors .main-top li {
    float: left;
    text-align: center;
    font-size: 18px;
    line-height: 72px
}

.page-investors .main-top .xwj {
    float: right
}

.page-investors .main-top a {
    display: block;
    width: 334px;
    height: 72px;
    border-radius: 3px;
    background-color: #fff;
    color: #ff9104;
    cursor: pointer
}

.page-investors .main-top a:hover {
    background-color: #FF9C1D;
    color: #fff
}

.page-investors .main-top span {
    display: inline-block;
    vertical-align: middle
}

.page-investors .main-top .jj i {
    display: inline-block;
    margin-right: 15px;
    width: 40px;
    height: 37px;
    background: url(../images/22.png) no-repeat;
    vertical-align: middle
}

.page-investors .main-top .jj a:hover i {
    background-image: url(../images/23.png)
}

.page-investors .main-top .xwj i {
    display: inline-block;
    margin-right: 15px;
    width: 60px;
    height: 43px;
    background: url(../images/20.png) no-repeat;
    vertical-align: middle
}

.page-investors .main-top .xwj a:hover i {
    background-image: url(../images/21.png)
}

.page-investors .main-bottom {
    overflow: hidden;
    margin-top: 20px;
    border-top: 1px solid #E0DFDF
}

.page-investors .main-bottom ul {
    margin-top: -9px;
    margin-right: -10px
}

.page-investors .main-bottom li {
    float: left;
    display: inline;
    margin: 30px 10px 0 0;
    width: 128px;
    height: 128px;
    text-align: center;
    font-size: 16px
}

.page-investors .main-bottom a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    background: #fff;
    color: #ff9104
}

.page-investors .main-bottom a:hover {
    background-color: #fe9b1b;
    color: #fff;
    cursor: pointer
}

.page-investors .main-bottom i {
    display: block;
    height: 88px;
    background-position: center center;
    background-repeat: no-repeat;
    line-height: 88px
}

.page-investors .main-bottom .icon-1 {
    background-image: url(../images/icon-1.png)
}

.page-investors .main-bottom .icon-2 {
    background-image: url(../images/icon-2.png)
}

.page-investors .main-bottom .icon-3 {
    background-image: url(../images/icon-3.png)
}

.page-investors .main-bottom .icon-4 {
    background-image: url(../images/icon-4.png)
}

.page-investors .main-bottom .icon-5 {
    background-image: url(../images/icon-5.png)
}

.page-investors .main-bottom .icon-6 {
    background-image: url(../images/icon-6.png)
}

.page-investors .main-bottom .icon-7 {
    background-image: url(../images/icon-7.png)
}

.page-investors .main-bottom .icon-8 {
    background-image: url(../images/icon-8.png)
}

.page-investors .main-bottom .icon-9 {
    background-image: url(../images/icon-9.png)
}

.page-investors .main-bottom .icon-10 {
    background-image: url(../images/icon-10.png)
}

.page-investors .main-bottom .selected a {
    background-color: #fe9b1b;
    color: #fff
}

.page-investors .main-bottom .selected .icon-1,.page-investors .main-bottom a:hover .icon-1 {
    background-image: url(../images/icon-1-2.png)
}

.page-investors .main-bottom .selected .icon-2,.page-investors .main-bottom a:hover .icon-2 {
    background-image: url(../images/icon-2-2.png)
}

.page-investors .main-bottom .selected .icon-3,.page-investors .main-bottom a:hover .icon-3 {
    background-image: url(../images/icon-3-2.png)
}

.page-investors .main-bottom .selected .icon-4,.page-investors .main-bottom a:hover .icon-4 {
    background-image: url(../images/icon-4-2.png)
}

.page-investors .main-bottom .selected .icon-5,.page-investors .main-bottom a:hover .icon-5 {
    background-image: url(../images/icon-5-2.png)
}

.page-investors .main-bottom .selected .icon-6,.page-investors .main-bottom a:hover .icon-6 {
    background-image: url(../images/icon-6-2.png)
}

.page-investors .main-bottom .selected .icon-7,.page-investors .main-bottom a:hover .icon-7 {
    background-image: url(../images/icon-7-2.png)
}

.page-investors .main-bottom .selected .icon-8,.page-investors .main-bottom a:hover .icon-8 {
    background-image: url(../images/icon-8-2.png)
}

.page-investors .main-bottom .selected .icon-9,.page-investors .main-bottom a:hover .icon-9 {
    background-image: url(../images/icon-9-2.png)
}

.page-investors .main-bottom .selected .icon-10,.page-investors .main-bottom a:hover .icon-10 {
    background-image: url(../images/icon-10-2.png)
}

.page-contact .page-inner {
    padding-top: 1px
}

.page-contact .contact-main {
    position: absolute;
    left: 50%;
    z-index: 10;
    margin: 12px 0 0 -482px;
    width: 965px
}

.page-contact-nav {
    overflow: hidden;
    width: 965px;
    border-radius: 3px;
    background-color: #FCFDFD
}

.page-contact-nav ul {
    margin-right: -4px
}

.page-contact-nav li {
    float: left;
    margin-right: 2px;
    width: 240px;
    height: 60px;
    text-align: center;
    font-size: 18px;
    line-height: 60px
}

.page-contact-nav a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 3px
}

.page-contact-nav .current a,.page-contact-nav a:hover {
    background-color: #ff9104;
    color: #fff;
    font-size: 22px;
    line-height: 55px
}

.page-contact-content {
    margin: 10px auto 0;
    width: 965px
}

.mod-contact .pic {
    float: left;
    margin-right: 28px
}

.mod-contact .txt {
    overflow: hidden;
    padding: 0 30px;
    height: 409px;
    background: #fff;
    zoom:1}

.mod-contact table {
    margin-top: 50px;
    width: 100%
}

.mod-contact table .td-left {
    padding-right: 16px;
    padding-left: 28px;
    width: 48px
}

.mod-contact table td {
    padding: 15px 0;
    border-bottom: 1px solid #E0E0E0
}

.mod-contact .strong {
    color: #ff9104;
    font-weight: 400
}

.mod-contact .fs20 {
    font-size: 20px
}

.mod-dialog-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .8;
    filter: alpha(opacity=80)
}

.mod-dialog {
    position: absolute;
    left: 50%;
    z-index: 9999;
    display: none;
    margin-left: -434px;
    width: 868px;
    height: 608px;
    border-radius: 3px;
    background: #fff
}

.mod-dialog .hd {
    padding: 0 30px 0 50px;
    height: 110px;
    border-bottom: 1px solid #E6E6E6
}

.mod-dialog .hd .l {
    float: left;
    margin-top: 15px
}

.mod-dialog .hd .l .pic {
    display: inline-block;
    vertical-align: middle
}

.mod-dialog .hd .l .title-cn {
    display: inline-block;
    vertical-align: middle
}

.mod-dialog .hd .pic {
    float: left;
    margin-top: 34px;
    margin-right: 12px
}

.mod-dialog .hd .title-cn {
    margin-top: 30px;
    color: #ff9104;
    white-space: nowrap;
    font-size: 24px
}

.mod-dialog .hd .title-en {
    margin-top: -3px;
    color: #ababaa;
    white-space: nowrap
}

.mod-dialog .hd .r {
    float: right
}

.mod-dialog .hd .close {
    display: block;
    margin-top: 39px;
    width: 32px;
    height: 32px;
    background: url(../images/close.png) no-repeat;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    -ms-transition: all .6s
}

.mod-dialog .hd .close:hover {
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-transform: rotate(90deg)
}

.mod-dialog .bd {
    height: 460px
}

.mod-table2 table {
    width: 100%;
    font-size: 14px
}

.mod-table2 .tc {
    text-align: center
}

.mod-table2 colgroup .date {
    width: 122px
}

.mod-table2 colgroup .view {
    width: 50px
}

.mod-table2 td,th {
    padding: 22px 10px;
    border-bottom: 1px solid #E6E6E6
}

.mod-table2 .table-hd {
    color: #ff9104
}

.mod-table2 .table-bd-wrap {
    padding-right: 10px;
    height: 370px
}

.mod-table2 .table-bd .date {
    color: #999;
    font-family: arial
}

.iframe-about-biostime {
    overflow: hidden;
    margin: 0 auto;
    padding: 0 40px;
    width: 788px;
    height: 475px;
    background: url(../images/about-biostime.jpg) no-repeat right bottom;
    color: #999;
    font-size: 14px;
    line-height: 1.7
}

.iframe-about-biostime .p1 {
    position: relative;
    margin: 60px 0 25px 0;
    font-size: 14px
}

.iframe-about-biostime .p1 .first-letter {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    color: #ff9104;
    font-weight: 400;
    font-size: 45px;
    line-height: 1em
}

.iframe-about-biostime .text-indent {
    display: inline-block;
    text-indent: 52px
}

.iframe-company-anagement {
    margin: 10px 40px
}


.ipage .title-cn {
    margin-top: 65px;
    color: #e2bd7c;
    font-size: 36px
}

.ipage .title-en {
    margin-top: -8px;
    color: #A1A09F;
    font-size: 16px
}

.mod-ipage-title .title-cn {
    padding-top: 60px;
    color: #ceb971;
    font-size: 36px;
}

.mod-ipage-title .title-en {
    margin-top: -8px;
    color: #A1A09F;
    line-height: 58px;
    font-size: 24px;
    color:#d0d0d0;
}

.mod-ipage-title .ipage-top {
    width: 960px
}

.news-body {
    background: #FCF9F7 url(../images/news-bg.jpg) no-repeat center 0 fixed
}

.ipage-news .mod-ipage-title {
    position: relative;
    margin: 32px auto 0;
    width: 960px
}

.ipage-news .mod-ipage-title .select {
    position: absolute;
    top: 42px;
    right: 0
}

.ipage-news .mod-ipage-title select {
    display: none
}

.news-list {
    margin: 60px auto 0;
    padding: 20px 0 65px;
    width: 960px;
    border-radius: 3px;
    background-color: #fff
}

.news-list ul {
    overflow: hidden;
    margin: 0 100px;
    zoom:1}

.news-list li {
    margin-top: -1px;
    padding: 40px 0;
    border-top: 1px dashed #ccc
}

.news-list .pic {
    float: left;
    overflow: hidden;
    margin-right: 40px
}

.news-list .pic img {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -ms-transition: all .5s
}

.news-list .pic a:hover img {
    -webkit-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
    -ms-transform: scale(1.08)
}

.news-list .txt {
    float: left;
    width: 480px;
    font-size: 14px
}

.news-list h3 {
    overflow: hidden;
    height: 30px;
    font-size: 20px
}

.news-list .data {
    font-size: 18px
}

.news-list .summary {
    overflow: hidden;
    margin-top: 10px;
    height: 72px;
    color: #999;
    line-height: 18px
}

.news-list .read-more {
    margin-top: 10px;
    line-height: 26px
}

.news-list .read-more i {
    display: inline-block;
    margin-right: 10px;
    width: 26px;
    height: 26px;
    background: url(../images/icon-read.png) no-repeat;
    vertical-align: top
}

.news-list .li-s2 .pic {
    float: right;
    margin-right: 0;
    margin-left: 40px
}

.news-list .more-news {
    padding-top: 15px;
    border-top: 1px solid #E1E1E1;
    color: #8f8f8f;
    text-align: center;
    font-size: 16px
}

.news-list .more-news i {
    display: block;
    overflow: hidden;
    margin: 2px auto 0;
    width: 12px;
    height: 20px;
    background: url(../images/arrow-down2.png) no-repeat
}

.article {
    margin: 60px;
    padding: 20px 100px 65px;
    border-radius: 3px;
    background-color: #fff
}

.article .back-list {
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    font-size: 14px;
    line-height: 26px
}

.article .back-list i {
    display: inline-block;
    margin-right: 8px;
    width: 26px;
    height: 26px;
    background: url(../images/icon-back.png) no-repeat;
    vertical-align: top
}

.article .back-list-s2 {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 0;
    border-top: 1px dashed #ccc;
    border-bottom: none
}

.article .article-title {
    margin-top: 20px;
    text-align: center;
    font-size: 20px
}

.article .date {
    text-align: center;
    font-size: 18px;
    font-family: arial
}

.article .article-body {
    overflow: hidden;
    margin-top: 20px;
    font-size: 14px
}

.article .article-body p {
    margin-top: 20px
}

.research-body {
    background: #F5F6F7 url(../images/research-bg.jpg) no-repeat center 0 fixed
}

.keyan {
    margin: 0 auto;
    width: 960px
}

.keyan ul {
    margin-top: 24px;
    margin-right: -10px
}

.keyan li {
    float: left;
    margin-right: 8px;
    width: 315px;
    background: #fff;
    font-size: 20px
}

.keyan table {
    width: 100%
}

.keyan td {
    height: 188px;
    text-align: center
}

.keyan .td-top {
    background: #fff;
    color: #666
}

.keyan .td-top i {
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat
}

.keyan .pic {
    position: relative
}

.keyan .pic i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px
}

.keyan .pic .icon-user {
    background-image: url(../images/201.png)
}

.keyan .txt .icon-user {
    background-image: url(../images/200.png)
}

.keyan .pic .icon-lab {
    background-image: url(../images/203.png)
}

.keyan .txt .icon-lab {
    background-image: url(../images/202.png)
}

.keyan .pic .icon-share {
    background-image: url(../images/205.png)
}

.keyan .txt .icon-share {
    background-image: url(../images/204.png)
}

.keyan .txt {
    display: none
}

.keyan .summary {
    display: none;
    font-size: 14px;
    line-height: 2
}

.keyan .summary h5 {
    padding: 0 5px 0 40px;
    background: url(../images/dot2.png) no-repeat 20px center
}

.keyan .summary p {
    padding: 0 15px 0 40px;
    font-size: 12px
}

.keyan .active {
    background: #FFA736;
    color: #fff
}

.keyan .active .txt {
    display: block
}

.keyan .active .pic {
    display: none
}

.keyan .active h4 {
    display: none
}

.keyan .active .summary {
    display: block;
    text-align: left
}

.pingkong {
    margin: 0 auto;
    width: 960px
}

.pingkong .item-ul {
    margin-top: 24px;
    margin-right: -1px;
    border-right: 1px solid #E5E5E5;
    background: #fff
}

.pingkong .item {
    float: left;
    width: 239px;
    height: 482px;
    border-left: 1px solid #E5E5E5
}

.pingkong .item-icon {
    display: block;
    margin: 28px auto;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat
}

.pingkong .icon-earth {
    background-image: url(../images/207.png)
}

.pingkong .icon-diamond {
    background-image: url(../images/209.png)
}

.pingkong .icon-testtube {
    background-image: url(../images/211.png)
}

.pingkong .icon-funnel {
    background-image: url(../images/213.png)
}

.pingkong h3 {
    margin: 0 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid #FFA736;
    text-align: center;
    font-size: 18px
}

.pingkong .item ul {
    margin: 0 20px
}

.pingkong .item .tc {
    text-align: center
}

.pingkong .item li {
    margin-top: 17px;
    line-height: 16px
}

.pingkong .item .title-x {
    font-size: 14px
}

.pingkong .item .title-s {
    color: #acacac
}

.pingkong .active {
    background: #FFA736;
    color: #fff
}

.pingkong .active .icon-earth {
    background-image: url(../images/206.png)
}

.pingkong .active .icon-diamond {
    background-image: url(../images/208.png)
}

.pingkong .active .icon-testtube {
    background-image: url(../images/210.png)
}

.pingkong .active .icon-funnel {
    background-image: url(../images/212.png)
}

.pingkong .active h3 {
    border-bottom-color: #fff
}

.pingkong .active .title-s {
    color: #fff
}

.creation-body {
    background: #f6f0ec
}

.gongyinshang .inner {
    margin: 0 auto;
    width: 930px
}

.gongyinshang .bd {
    position: relative
}

.gongyinshang .bd area {
    outline: 0;
}

.jinxiaoshang {
    min-width: 1080px;
    background: url(../images/jxs-4.png) no-repeat center 0
}

.jinxiaoshang .inner {
    position: relative;
    margin: 0 auto;
    width: 960px
}

.jinxiaoshang .bg {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -800px
}

.jinxiaoshang .ipage-top {
    position: relative;
    z-index: 9
}

.jinxiaoshang .bd {
    position: relative;
    z-index: 9;
    width: 960px;
    height: 352px
}

.jinxiaoshang .bd ul {
    margin-top: 140px
}

.jinxiaoshang .bd li {
    float: left;
    display: inline;
    width: 185px;
    text-align: center
}

.jinxiaoshang .s1 {
    margin-left: 72px
}

.jinxiaoshang .bd li a {
    cursor: default
}

.jinxiaoshang .bd .pic {
    position: relative;
    margin: 0 auto;
    width: 157px;
    height: 157px
}

.jinxiaoshang .bd .s2 {
    margin-left: 128px
}

.jinxiaoshang .bd .s3 {
    margin-left: 136px
}

.jinxiaoshang .bd .x-pic {
    position: absolute;
        top: -137px;
    left: -138px;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -ms-transform: scale(0,0)
}

.jinxiaoshang .bd .title {
    margin-top: 30px;
    color: #999;
    font-size: 18px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.jinxiaoshang .bd a:hover .x-pic {
    visibility: visible;
    -webkit-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
    -ms-transform: scale(1,1)
}

.jinxiaoshang .bd a:hover .title {
    -webkit-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -ms-transform: scale(0,0)
}

.jinxiaoshang .page-bg {
    margin-left: -800px;
    width: 1600px
}

.linshoudian .inner {
    margin: 0 auto;
    width: 930px
}

.linshoudian .bd {
    margin: 75px auto
}

.linshoudian .ul {
    margin-right: -15px
}

.linshoudian .item {
    float: left;
    margin-right: 15px;
    width: 300px;
    height: 298px;
    background-color: #fff
}

.linshoudian .item h3 {
    padding: 13px 0;
    border-bottom: 3px solid #eee;
    color: #ff9104;
    text-align: center;
    font-size: 18px
}

.linshoudian .item p {
    font-size: 14px;
    line-height: 24px
}

.linshoudian .item table {
    width: 100%
}

.linshoudian .item td {
    padding: 0 78px;
    height: 94px;
    color: #999;
    font-size: 14px
}

.linshoudian .item td ul {
    list-style-position: inside;
    list-style-type: disc
}

.linshoudian .item i {
    display: block;
    margin: 0 auto;
    width: 105px;
    height: 105px;
    background-repeat: no-repeat
}

.linshoudian .item .icon-phone {
    background-image: url(../images/icon-phone2.png)
}

.linshoudian .item .icon-huan {
    background-image: url(../images/icon-huan2.png)
}

.linshoudian .item .icon-house {
    background-image: url(../images/icon-house2.png)
}

.linshoudian .active {
    background: #ff9104;
    color: #fff
}

.linshoudian .active .icon-phone {
    background-image: url(../images/icon-phone.png)
}

.linshoudian .active .icon-house {
    background-image: url(../images/icon-house.png)
}

.linshoudian .active .icon-huan {
    background-image: url(../images/icon-huan.png)
}

.linshoudian .active td {
    color: #fff
}

.linshoudian .active h3 {
    color: #fff;
}

.about-body .container {
    background: url(../images/about-bg.jpg) no-repeat center 0
}

.brief-introduction .inner {
    margin: 0 auto;
    width: 885px
}

.brief-introduction .bd {
    margin-top: 24px
}

.brief-introduction .pic {
    float: left;
    margin-right: 10px
}

.brief-introduction .pic img {
    border-radius: 3px
}

.brief-introduction .txt {
    float: left;
    width: 515px;
    height: 510px;
    border-radius: 3px;
    background: #fff;
    color: #999;
    font-size: 14px;
    line-height: 28px
}

.brief-introduction .txt p {
    margin-top: 37px;
    padding: 0 28px;
    word-wrap: break-word;
    word-break: break-all
}

.about-events {
    margin-top: 20px
}

.about-events .inner {
    position: relative;
    margin: 0 auto;
    width: 885px
}

.about-events .mod-ipage-title {
    position: absolute;
    top: 35px;
    left: -92px;
    z-index: 10;
}

.about-events .prev-next a {
    position: absolute;
    top: 400px;
    top: 50%;
    z-index: 99;
    overflow: hidden;
    margin-top: -0px;
    width: 51px;
    height: 92px;
    border-radius: 3px;
    background-image: url(../images/icon-arrow.png);
    background-repeat: no-repeat;
    text-indent: -999px
}

.about-events .prev-next .prev {
    left: -80px;
    background-position: 0 0
}

.about-events .prev-next .next {
    right: -80px;
    background-position: -51px 0
}

.about-events .prev-next .prev:hover {
    /*background-position: -102px 0*/
}

.about-events .prev-next .next:hover {
    /*background-position: -152px 0*/
}

.about-events .bg {
    position: relative;
    left: 50%;
    margin-left: -960px;
    width: 1600px
}

.about-events .events-pointer {
    position: absolute;
    top: 188px;
    left: 0
}

.about-events .events-pointer li {
    position: absolute;
    z-index: 10;
    width: 150px;
    height: 27px;
    text-align: center
}

.about-events .events-pointer .dot {
    margin: 0 auto;
    width: 27px;
    height: 27px;
    background: url(../images/icon-yuanquan.png)
}

.about-events .events-pointer .year {
    position: absolute;
    bottom: 20px;
    width: 100%;
    color: #ceb971;
    font-style: italic;
    font-size: 36px;
    font-family: arial
}

.about-events .events-pointer .year span {
    font-size: 14px;
    font-family: '微软雅黑';
}

.about-events .events-pointer .pic {
    position: absolute;
    top: 42px;
    left: 0;
    width:150px;
    background: #fff;
    /*border: 1px solid #f6f6f6;*/
    border-radius: 3px;
    text-align: left;
    width: 140px;
    color: #A6A7A2;
}
/*.about-events .events-pointer .pic img{
    width: 150px; 
    height: 123px;
}
.about-events .events-pointer .pic p{
    color:#b3b3b3;
    padding:10px 8px;
    box-sizing: border-box;
}*/

.about-events .events-pointer .s1 .pic {
    top: auto;
    bottom: 42px;
    text-align: left;
    width: 140px;
    color: #A6A7A2;
    padding-left:1px;
}

.about-events .events-pointer .s1 .year {
    top: 20px;
    bottom: auto
}

.about-events .events-pointer .n1 {
    top: 285px;
    left: 22px
}

.about-events .events-pointer .n2 {
    top: 243px;
    left: 195px
}

.about-events .events-pointer .n3 {
    top: 225px;
    left: 367px
}

.about-events .events-pointer .n4 {
    top: 240px;
    left: 540px
}

.about-events .events-pointer .n5 {
    top: 259px;
    left: 718px
}

.about-events .events-pointer .n6 {
    top: 262px;
    left: 896px
}

.about-culture {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-width: 1080px
}

.about-culture .mod-ipage-title {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10
}

.about-culture .inner {
    position: relative;
    margin: 0 auto;
    width: 885px
}

.about-culture .bg {
    position: relative;
    left: 50%;
    margin-left: -800px;
    width: 1600px
}

.about-culture .ipage-top {
    position: absolute;
    top: 0;
    left: 60px;
    z-index: 99
}

.about-culture .biostime-img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    margin-top: -90px;
    margin-left: -90px
}

.about-culture .bd {
    position: absolute;
    top: 90px;
    left: 215px;
    z-index: 100;
    width: 505px;
    height: 505px
}

.about-culture .txt-box {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    display: none;
    margin: -90px 0 0 -90px;
    width: 179px;
    height: 179px;
    background: url(../images/cultrue-19.png) no-repeat
}

.about-culture .txt-box table {
    width: 100%
}

.about-culture .txt-box table td {
    padding: 5px;
    height: 179px;
    color: #ceb971;
    text-align: center;
    font-size: 18px;
    line-height: 32px
}

.about-culture .jieshao a {
    position: absolute;
    top: 215px;
    left: 215px;
    display: none;
    cursor: default
}

.about-culture .jieshao .a-jieshao-1 {
    top: 10px;
    left: 348px;
    -webkit-animation: jieshao-1 1.5s cubic-bezier(.36,1.1,.57,1.28) both;
    -o-animation: jieshao-1 1.5s cubic-bezier(.36,1.1,.57,1.28) both;
    animation: jieshao-1 1.5s cubic-bezier(.36,1.1,.57,1.28) both
}

.about-culture .jieshao .a-jieshao-2 {
    top: 116px;
    left: 446px;
    -webkit-animation: jieshao-2 1.5s .2s cubic-bezier(.36,1.1,.57,1.28) both;
    -o-animation: jieshao-2 1.5s .2s cubic-bezier(.36,1.1,.57,1.28) both;
    animation: jieshao-2 1.5s .2s cubic-bezier(.36,1.1,.57,1.28) both
}

.about-culture .jieshao .a-jieshao-3 {
    top: 260px;
    left: 458px;
    -webkit-animation: jieshao-3 1.5s .4s cubic-bezier(.36,1.1,.57,1.28) both;
    -o-animation: jieshao-3 1.5s .4s cubic-bezier(.36,1.1,.57,1.28) both;
    animation: jieshao-3 1.5s .4s cubic-bezier(.36,1.1,.57,1.28) both
}

.about-culture .jieshao .a-jieshao-4 {
    top: 410px;
    left: 375px;
    -webkit-animation: jieshao-4 1.5s .6s cubic-bezier(.36,1.1,.57,1.28) both;
    -o-animation: jieshao-4 1.5s .6s cubic-bezier(.36,1.1,.57,1.28) both;
    animation: jieshao-4 1.5s .6s cubic-bezier(.36,1.1,.57,1.28) both
}

.about-culture .jieshao .a-jieshao-5 {
    top: 472px;
    left: 214px;
    -webkit-animation: jieshao-5 1.5s .8s cubic-bezier(.36,1.1,.57,1.28) both;
    -o-animation: jieshao-5 1.5s .8s cubic-bezier(.36,1.1,.57,1.28) both;
    animation: jieshao-5 1.5s .8s cubic-bezier(.36,1.1,.57,1.28) both
}

.about-culture .jieshao .a-jieshao-6 {
    top: 416px;
    left: 68px;
    -webkit-animation: jieshao-6 1.5s 1s cubic-bezier(.36,1.1,.57,1.28) both;
    -o-animation: jieshao-6 1.5s 1s cubic-bezier(.36,1.1,.57,1.28) both;
    animation: jieshao-6 1.5s 1s cubic-bezier(.36,1.1,.57,1.28) both
}

.about-culture .jieshao .a-jieshao-7 {
    top: 295px;
    left: -24px;
    -webkit-animation: jieshao-7 1.5s 1.2s cubic-bezier(.36,1.1,.57,1.28) both;
    -o-animation: jieshao-7 1.5s 1.2s cubic-bezier(.36,1.1,.57,1.28) both;
    animation: jieshao-7 1.5s 1.2s cubic-bezier(.36,1.1,.57,1.28) both
}

.about-culture .jieshao .a-jieshao-8 {
    top: 162px;
    left: -32px;
    -webkit-animation: jieshao-8 1.5s 1.2s cubic-bezier(.36,1.1,.57,1.28) both;
    -o-animation: jieshao-8 1.5s 1.2s cubic-bezier(.36,1.1,.57,1.28) both;
    animation: jieshao-8 1.5s 1.2s cubic-bezier(.36,1.1,.57,1.28) both
}

.about-culture .jieshao .a-jieshao-9 {
    top: 35px;
    left: 38px;
    -webkit-animation: jieshao-9 1.5s 1.4s cubic-bezier(.36,1.1,.57,1.28) both;
    -o-animation: jieshao-9 1.5s 1.4s cubic-bezier(.36,1.1,.57,1.28) both;
    animation: jieshao-9 1.5s 1.4s cubic-bezier(.36,1.1,.57,1.28) both
}

.about-culture .jieshao span {
    display: block;
    width: 78px;
    height: 78px;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.about-culture .jieshao-1 {
    z-index: 20
}

.about-culture .jieshao-1 {
    z-index: 20;
    background-image: url(../images/cultrue-1.png)
}

.about-culture .jieshao-2 {
    z-index: 19
}

.about-culture .jieshao-2 {
    background-image: url(../images/cultrue-2.png)
}

.about-culture .jieshao-3 {
    z-index: 18
}

.about-culture .jieshao-3 {
    background-image: url(../images/cultrue-3.png)
}

.about-culture .jieshao-4 {
    z-index: 17
}

.about-culture .jieshao-4 {
    background-image: url(../images/cultrue-4.png)
}

.about-culture .jieshao-5 {
    z-index: 16
}

.about-culture .jieshao-5 {
    background-image: url(../images/cultrue-5.png)
}

.about-culture .jieshao-6 {
    z-index: 15
}

.about-culture .jieshao-6 {
    background-image: url(../images/cultrue-6.png)
}

.about-culture .jieshao-7 {
    z-index: 14
}

.about-culture .jieshao-7 {
    background-image: url(../images/cultrue-7.png)
}

.about-culture .jieshao-8 {
    z-index: 13
}

.about-culture .jieshao-8 {
    background-image: url(../images/cultrue-8.png)
}

.about-culture .jieshao-9 {
    z-index: 12
}

.about-culture .jieshao-9 {
    background-image: url(../images/cultrue-9.png)
}

.about-culture .hover .jieshao-1,.about-culture a:hover .jieshao-1 {
    background-image: url(../images/cultrue-10.png)
}

.about-culture .hover .jieshao-2,.about-culture a:hover .jieshao-2 {
    background-image: url(../images/cultrue-11.png)
}

.about-culture .hover .jieshao-3,.about-culture a:hover .jieshao-3 {
    background-image: url(../images/cultrue-12.png)
}

.about-culture .hover .jieshao-4,.about-culture a:hover .jieshao-4 {
    background-image: url(../images/cultrue-13.png)
}

.about-culture .hover .jieshao-5,.about-culture a:hover .jieshao-5 {
    background-image: url(../images/cultrue-14.png)
}

.about-culture .hover .jieshao-6,.about-culture a:hover .jieshao-6 {
    background-image: url(../images/cultrue-15.png)
}

.about-culture .hover .jieshao-7,.about-culture a:hover .jieshao-7 {
    background-image: url(../images/cultrue-16.png)
}

.about-culture .hover .jieshao-8,.about-culture a:hover .jieshao-8 {
    background-image: url(../images/cultrue-17.png)
}

.about-culture .hover .jieshao-9,.about-culture a:hover .jieshao-9 {
    background-image: url(../images/cultrue-18.png)
}

@-webkit-keyframes jieshao-1 {
    0% {
        top: 215px;
        left: 215px;
        opacity: 0;
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -ms-transform: rotate(0)
    }

    100% {
        top: 10px;
        left: 348px;
        opacity: 1;
        -webkit-transform: rotate(720deg);
        -o-transform: rotate(720deg);
        transform: rotate(720deg);
        -ms-transform: rotate(720deg)
    }
}

@-o-keyframes jieshao-1 {
    0% {
        top: 215px;
        left: 215px;
        opacity: 0;
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -ms-transform: rotate(0)
    }

    100% {
        top: 10px;
        left: 348px;
        opacity: 1;
        -webkit-transform: rotate(720deg);
        -o-transform: rotate(720deg);
        transform: rotate(720deg);
        -ms-transform: rotate(720deg)
    }
}

@-moz-keyframes jieshao-1 {
    0% {
        top: 215px;
        left: 215px;
        opacity: 0;
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -ms-transform: rotate(0)
    }

    100% {
        top: 10px;
        left: 348px;
        opacity: 1;
        -webkit-transform: rotate(720deg);
        -o-transform: rotate(720deg);
        transform: rotate(720deg);
        -ms-transform: rotate(720deg)
    }
}

@keyframes jieshao-1 {
    0% {
        top: 215px;
        left: 215px;
        opacity: 0;
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -ms-transform: rotate(0)
    }

    100% {
        top: 10px;
        left: 348px;
        opacity: 1;
        -webkit-transform: rotate(720deg);
        -o-transform: rotate(720deg);
        transform: rotate(720deg);
        -ms-transform: rotate(720deg)
    }
}

@-webkit-keyframes jieshao-2 {
    0% {
        top: 215px;
        left: 215px;
        opacity: 0;
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -ms-transform: rotate(0)
    }

    100% {
        top: 116px;
        left: 446px;
        opacity: 1;
        -webkit-transform: rotate(720deg);
        -o-transform: rotate(720deg);
        transform: rotate(720deg);
        -ms-transform: rotate(720deg)
    }
}

@-o-keyframes jieshao-2 {
    0% {
        top: 215px;
        left: 215px;
        opacity: 0;
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -ms-transform: rotate(0)
    }

    100% {
        top: 116px;
        left: 446px;
        opacity: 1;
        -webkit-transform: rotate(720deg);
        -o-transform: rotate(720deg);
        transform: rotate(720deg);
        -ms-transform: rotate(720deg)
    }
}

@-moz-keyframes jieshao-2 {
    0% {
        top: 215px;
        left: 215px;
        opacity: 0;
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -ms-transform: rotate(0)
    }

    100% {
        top: 116px;
        left: 446px;
        opacity: 1;
        -webkit-transform: rotate(720deg);
        -o-transform: rotate(720deg);
        transform: rotate(720deg);
        -ms-transform: rotate(720deg)
    }
}

@keyframes jieshao-2 {
    0% {
        top: 215px;
        left: 215px;
        opacity: 0;
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -ms-transform: rotate(0)
    }

    100% {
        top: 116px;
        left: 446px;
        opacity: 1;
        -webkit-transform: rotate(720deg);
        -o-transform: rotate(720deg);
        transform: rotate(720deg);
        -ms-transform: rotate(720deg)
    }
}

@-webkit-keyframes jieshao-3 {
    0% {
        top: 215px;
        left: 215px;
        opacity: 0;
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -ms-transform: rotate(0)
    }

    100% {
        top: 260px;
        left: 458px;
        opacity: 1;
        -webkit-transform: rotate(720deg);
        -o-transform: rotate(720deg);
        transform: rotate(720deg);
        -ms-transform: rotate(720deg)
    }
}

@-o-keyframes jieshao-3 {
    0% {
        top: 215px;
        left: 215px;
        opacity: 0;
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -ms-transform: rotate(0)
    }

    100% {
        top: 260px;
        left: 458px;
        opacity: 1;
        -webkit-transform: rotate(720deg);
        -o-transform: rotate(720deg);
        transform: rotate(720deg);
        -ms-transform: rotate(720deg)
    }
}

@-moz-keyframes jieshao-3 {
    0% {
        top: 215px;
        left: 215px;
        opacity: 0;
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -ms-transform: rotate(0)
    }

    100% {
        top: 260px;
        left: 458px;
        opacity: 1;
        -webkit-transform: rotate(720deg);
        -o-transform: rotate(720deg);
        transform: rotate(720deg);
        -ms-transform: rotate(720deg)
    }
}

@keyframes jieshao-3 {
    0% {
        top: 215px;
        left: 215px;
        opacity: 0;
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -ms-transform: rotate(0)
    }

    100% {
        top: 260px;
        left: 458px;
        opacity: 1;
        -webkit-transform: rotate(720deg);
        -o-transform: rotate(720deg);
        transform: rotate(720deg);
        -ms-transform: rotate(720deg)
    }
}

@-webkit-keyframes jieshao-4 {
    0% {
        top: 215px;
        left: 215px;
        opacity: 0;
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -ms-transform: rotate(0)
    }

    100% {
        top: 410px;
        left: 375px;
        opacity: 1;
        -webkit-transform: rotate(720deg);
        -o-transform: rotate(720deg);
        transform: rotate(720deg);
        -ms-transform: rotate(720deg)
    }
}

@-o-keyframes jieshao-4 {
    0% {
        top: 215px;
        left: 215px;
        opacity: 0;
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -ms-transform: rotate(0)
    }

    100% {
        top: 410px;
        left: 375px;
        opacity: 1;
        -webkit-transform: rotate(720deg);
        -o-transform: rotate(720deg);
        transform: rotate(720deg);
        -ms-transform: rotate(720deg)
    }
}

@-moz-keyframes jieshao-4 {
    0% {
        top: 215px;
        left: 215px;
        opacity: 0;
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -ms-transform: rotate(0)
    }

    100% {
        top: 410px;
        left: 375px;
        opacity: 1;
        -webkit-transform: rotate(720deg);
        -o-transform: rotate(720deg);
        transform: rotate(720deg);
        -ms-transform: rotate(720deg)
    }
}

@keyframes jieshao-4 {
    0% {
        top: 215px;
        left: 215px;
        opacity: 0;
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -ms-transform: rotate(0)
    }

    100% {
        top: 410px;
        left: 375px;
        opacity: 1;
        -webkit-transform: rotate(720deg);
        -o-transform: rotate(720deg);
        transform: rotate(720deg);
        -ms-transform: rotate(720deg)
    }
}

@-webkit-keyframes jieshao-5 {
    0% {
        top: 215px;
        left: 215px;
        opacity: 0;
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -ms-transform: rotate(0)
    }

    100% {
        top: 472px;
        left: 214px;
        opacity: 1;
        -webkit-transform: rotate(720deg);
        -o-transform: rotate(720deg);
        transform: rotate(720deg);
        -ms-transform: rotate(720deg)
    }
}

@-o-keyframes jieshao-5 {
    0% {
        top: 215px;
        left: 215px;
        opacity: 0;
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -ms-transform: rotate(0)
    }

    100% {
        top: 472px;
        left: 214px;
        opacity: 1;
        -webkit-transform: rotate(720deg);
        -o-transform: rotate(720deg);
        transform: rotate(720deg);
        -ms-transform: rotate(720deg)
    }
}

@-moz-keyframes jieshao-5 {
    0% {
        top: 215px;
        left: 215px;
        opacity: 0;
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -ms-transform: rotate(0)
    }

    100% {
        top: 472px;
        left: 214px;
        opacity: 1;
        -webkit-transform: rotate(720deg);
        -o-transform: rotate(720deg);
        transform: rotate(720deg);
        -ms-transform: rotate(720deg)
    }
}

@keyframes jieshao-5 {
    0% {
        top: 215px;
        left: 215px;
        opacity: 0;
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -ms-transform: rotate(0)
    }

    100% {
        top: 472px;
        left: 214px;
        opacity: 1;
        -webkit-transform: rotate(720deg);
        -o-transform: rotate(720deg);
        transform: rotate(720deg);
        -ms-transform: rotate(720deg)
    }
}

@-webkit-keyframes jieshao-6 {
    0% {
        top: 215px;
        left: 215px;
        opacity: 0;
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -ms-transform: rotate(0)
    }

    100% {
        top: 416px;
        left: 68px;
        opacity: 1;
        -webkit-transform: rotate(720deg);
        -o-transform: rotate(720deg);
        transform: rotate(720deg);
        -ms-transform: rotate(720deg)
    }
}

@-o-keyframes jieshao-6 {
    0% {
        top: 215px;
        left: 215px;
        opacity: 0;
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -ms-transform: rotate(0)
    }

    100% {
        top: 416px;
        left: 68px;
        opacity: 1;
        -webkit-transform: rotate(720deg);
        -o-transform: rotate(720deg);
        transform: rotate(720deg);
        -ms-transform: rotate(720deg)
    }
}

@-moz-keyframes jieshao-6 {
    0% {
        top: 215px;
        left: 215px;
        opacity: 0;
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -ms-transform: rotate(0)
    }

    100% {
        top: 416px;
        left: 68px;
        opacity: 1;
        -webkit-transform: rotate(720deg);
        -o-transform: rotate(720deg);
        transform: rotate(720deg);
        -ms-transform: rotate(720deg)
    }
}

@keyframes jieshao-6 {
    0% {
        top: 215px;
        left: 215px;
        opacity: 0;
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -ms-transform: rotate(0)
    }

    100% {
        top: 416px;
        left: 68px;
        opacity: 1;
        -webkit-transform: rotate(720deg);
        -o-transform: rotate(720deg);
        transform: rotate(720deg);
        -ms-transform: rotate(720deg)
    }
}

@-webkit-keyframes jieshao-7 {
    0% {
        top: 215px;
        left: 215px;
        opacity: 0;
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -ms-transform: rotate(0)
    }

    100% {
        top: 295px;
        left: -24px;
        opacity: 1;
        -webkit-transform: rotate(720deg);
        -o-transform: rotate(720deg);
        transform: rotate(720deg);
        -ms-transform: rotate(720deg)
    }
}

@-o-keyframes jieshao-7 {
    0% {
        top: 215px;
        left: 215px;
        opacity: 0;
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -ms-transform: rotate(0)
    }

    100% {
        top: 295px;
        left: -24px;
        opacity: 1;
        -webkit-transform: rotate(720deg);
        -o-transform: rotate(720deg);
        transform: rotate(720deg);
        -ms-transform: rotate(720deg)
    }
}

@-moz-keyframes jieshao-7 {
    0% {
        top: 215px;
        left: 215px;
        opacity: 0;
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -ms-transform: rotate(0)
    }

    100% {
        top: 295px;
        left: -24px;
        opacity: 1;
        -webkit-transform: rotate(720deg);
        -o-transform: rotate(720deg);
        transform: rotate(720deg);
        -ms-transform: rotate(720deg)
    }
}

@keyframes jieshao-7 {
    0% {
        top: 215px;
        left: 215px;
        opacity: 0;
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -ms-transform: rotate(0)
    }

    100% {
        top: 295px;
        left: -24px;
        opacity: 1;
        -webkit-transform: rotate(720deg);
        -o-transform: rotate(720deg);
        transform: rotate(720deg);
        -ms-transform: rotate(720deg)
    }
}

@-webkit-keyframes jieshao-8 {
    0% {
        top: 215px;
        left: 215px;
        opacity: 0;
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -ms-transform: rotate(0)
    }

    100% {
        top: 162px;
        left: -32px;
        opacity: 1;
        -webkit-transform: rotate(720deg);
        -o-transform: rotate(720deg);
        transform: rotate(720deg);
        -ms-transform: rotate(720deg)
    }
}

@-o-keyframes jieshao-8 {
    0% {
        top: 215px;
        left: 215px;
        opacity: 0;
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -ms-transform: rotate(0)
    }

    100% {
        top: 162px;
        left: -32px;
        opacity: 1;
        -webkit-transform: rotate(720deg);
        -o-transform: rotate(720deg);
        transform: rotate(720deg);
        -ms-transform: rotate(720deg)
    }
}

@-moz-keyframes jieshao-8 {
    0% {
        top: 215px;
        left: 215px;
        opacity: 0;
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -ms-transform: rotate(0)
    }

    100% {
        top: 162px;
        left: -32px;
        opacity: 1;
        -webkit-transform: rotate(720deg);
        -o-transform: rotate(720deg);
        transform: rotate(720deg);
        -ms-transform: rotate(720deg)
    }
}

@keyframes jieshao-8 {
    0% {
        top: 215px;
        left: 215px;
        opacity: 0;
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -ms-transform: rotate(0)
    }

    100% {
        top: 162px;
        left: -32px;
        opacity: 1;
        -webkit-transform: rotate(720deg);
        -o-transform: rotate(720deg);
        transform: rotate(720deg);
        -ms-transform: rotate(720deg)
    }
}

@-webkit-keyframes jieshao-9 {
    0% {
        top: 215px;
        left: 215px;
        opacity: 0;
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -ms-transform: rotate(0)
    }

    100% {
        top: 35px;
        left: 38px;
        opacity: 1;
        -webkit-transform: rotate(720deg);
        -o-transform: rotate(720deg);
        transform: rotate(720deg);
        -ms-transform: rotate(720deg)
    }
}

@-o-keyframes jieshao-9 {
    0% {
        top: 215px;
        left: 215px;
        opacity: 0;
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -ms-transform: rotate(0)
    }

    100% {
        top: 35px;
        left: 38px;
        opacity: 1;
        -webkit-transform: rotate(720deg);
        -o-transform: rotate(720deg);
        transform: rotate(720deg);
        -ms-transform: rotate(720deg)
    }
}

@-moz-keyframes jieshao-9 {
    0% {
        top: 215px;
        left: 215px;
        opacity: 0;
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -ms-transform: rotate(0)
    }

    100% {
        top: 35px;
        left: 38px;
        opacity: 1;
        -webkit-transform: rotate(720deg);
        -o-transform: rotate(720deg);
        transform: rotate(720deg);
        -ms-transform: rotate(720deg)
    }
}

@keyframes jieshao-9 {
    0% {
        top: 215px;
        left: 215px;
        opacity: 0;
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -ms-transform: rotate(0)
    }

    100% {
        top: 35px;
        left: 38px;
        opacity: 1;
        -webkit-transform: rotate(720deg);
        -o-transform: rotate(720deg);
        transform: rotate(720deg);
        -ms-transform: rotate(720deg)
    }
}

#goToTop {
    position: fixed;
    right: 50px;
    bottom: 50px;
    display: block;
    width: 54px;
    height: 54px;
    background: url(../images/top.png) no-repeat 0 0;
    text-indent: -999em;
    cursor: pointer
}

#goToTop:hover {
    background-position: -54px 0
}

.anchor-1 {
    position: relative;
    top: -92px;
    display: block;
    overflow: hidden;
    height: 0
}

.popup-buy {
    position: absolute;
    top: 0;
    left: 0;
    left: 50%;
    z-index: 9999;
    display: none;
    overflow: hidden;
    margin-left: -292px;
    width: 585px;
    height: 444px;
    background: #fff
}

.popup-buy h3 {
    position: relative;
    border-bottom: 1px solid #E6E6E6;
    color: #ff9104;
    text-align: center;
    font-size: 24px;
    line-height: 64px
}

.popup-buy h3 .line {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    overflow: hidden;
    margin: 0 auto;
    width: 38px;
    height: 1px;
    background: #FF9104
}

.popup-buy h3 .close {
    position: absolute;
    top: 16px;
    right: 32px;
    width: 22px;
    height: 22px;
    background: url(../images/close2.png) no-repeat;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    -ms-transition: all .6s
}

.popup-buy h3 .close:hover {
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-transform: rotate(90deg)
}

.popup-buy .bd {
    overflow: hidden;
    margin: 0 auto;
    width: 294px;
    zoom:1}

.popup-buy dl {
    margin-top: -1px;
    padding: 0 0 30px;
    border-top: 1px solid #E6E6E6
}

.popup-buy dt {
    margin-top: 15px;
    text-align: center
}

.popup-buy dd {
    margin-top: 15px
}

.popup-buy .mall a {
    float: left;
    width: 128px;
    height: 128px;
    height: 28px;
    border: 1px solid #E6E6E6;
    background: url(../images/mall.png) no-repeat
}

.popup-buy .mall .tmall {
    background-position: 0 -58px
}

.popup-buy .mall .suning {
    background-position: 0 -116px
}

.popup-buy .mall a:hover {
    border-color: #FF9104
}

.popup-buy .mall .tmall:hover {
    background-position: 0 -87px
}

.popup-buy .mall .jd:hover {
    background-position: 0 -29px
}

.popup-buy .mall .suning:hover {
    background-position: 0 -145px
}

.popup-buy .mall .r {
    float: right
}
.about-events .events-pointer .s1 .pic {
    position: absolute;
    /*top: 42px;*/
    left: 0;
    width:149px;
    height: 191px;
    background: url(../images/picbg.png) no-repeat;
    padding-top: 1px;
}
.about-events .events-pointer .pic {
    position: absolute;
    /*top: 42px;*/
    left: 0;
    width:149px;
    height: 191px;
    background: url(../images/picbgfr.png) no-repeat;
    padding-top: 11px;
}
.about-events .events-pointer .pic img{
    width: 147px; 
    height: 123px;
    border-radius: 3px;

}
.about-events .events-pointer .pic p{
    color:#b3b3b3;
    margin:10px 8px;
    box-sizing: border-box;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; 
    height:38px;
}